configuration / ntp / ext-ntp-cfg

CLI REST-API

ext-ntp-cfg0

The submenu ext-ntp-cfg0 (External NTP Cofiguration 0) contains the following:

Menus: none

Objects:
ext-server-address (Extended Server Address)
ext-server-minpoll (Extended Server Minpoll)
ext-server-maxpoll (Extended Server Maxpoll)
ext-server-sym-key (Extended Server Symmetric Key)
ext-server-use-autokey (Extended Server Use Autokey)
ext-server-use-iburst (Extended Server Use Iburst)

Commands: none



See also:
/configuration/ntp/ext-ntp-cfg/[NTP-ID]/ext-server-address
/configuration/ntp/ext-ntp-cfg/[NTP-ID]/ext-server-minpoll
/configuration/ntp/ext-ntp-cfg/[NTP-ID]/ext-server-maxpoll
/configuration/ntp/ext-ntp-cfg/[NTP-ID]/ext-server-sym-key
/configuration/ntp/ext-ntp-cfg/[NTP-ID]/ext-server-use-autokey
/configuration/ntp/ext-ntp-cfg/[NTP-ID]/ext-server-use-iburst

REST-API Support:


This menu is supported by the REST API:

Method: GET
URL: /api/configuration/ntp/ext-ntp-cfg/.*


Example using curl:
curl /api/configuration/ntp/ext-ntp-cfg/.*


Method: PATCH
URL: /api/configuration/ntp/ext-ntp-cfg/.*
Body:
{
  \"objects\": \"new-values\"
}

Example using curl:
curl -X PATCH /api/configuration/ntp/ext-ntp-cfg/.*
-d "{
  \"objects\": \"new-values\"
}"


Method: DELETE
URL: /api/configuration/ntp/ext-ntp-cfg/.*

Example using curl:
curl -X DELETE /api/configuration/ntp/ext-ntp-cfg/.*